module Base
{   
    item Bag_ALICE_BeltSus_MOD
    {
        DisplayName = ALICE Belt and Suspenders MOD,
        DisplayCategory = Bag,
        Type = Container,
        IconsForTexture = WebbingCamo;Webbing,
        BodyLocation = WebbingChestRig,
        CanBeEquipped = WebbingChestRig,
        Capacity = 10,
        CloseSound = CloseCargoVest,
        EquipSound = EquipAliceBelt,
        OpenSound = OpenCargoVest,
        PutInSound = StoreItemCargoVest,
        WeightReduction = 90,
        ClothingItem = Bag_ALICE_BeltSus,
        WorldStaticModel = ALICE_BeltSus_Ground,
        AttachmentsProvided = SmallBeltLeft;SmallBeltRight;WebbingRight;WebbingLeft,
        Tags = ReloadFastMagazines;IgnoreZombieDensity;HasMetal;IsFireFuel,
        Tooltip = Tooltip_Webbing,
        MaxItemSize = 1.3,
    }

    item Bag_ALICE_BeltSus_Camo_MOD
    {
        DisplayName = ALICE Belt and Suspenders MOD,
        DisplayCategory = Bag,
        Type = Container,
        Icon = WebbingCamo,
        BodyLocation = WebbingChestRig,
        CanBeEquipped = WebbingChestRig,
        Capacity = 8,
        CloseSound = CloseCargoVest,
        EquipSound = EquipAliceBelt,
        OpenSound = OpenCargoVest,
        PutInSound = StoreItemCargoVest,
        WeightReduction = 90,
        ClothingItem = Bag_ALICE_BeltSus_Camo,
        WorldStaticModel = ALICE_BeltSus_Ground,
        AttachmentsProvided = SmallBeltLeft;SmallBeltRight;WebbingRight;WebbingLeft,
        Tags = ReloadFastMagazines;IgnoreZombieDensity;HasMetal;IsFireFuel,
        Tooltip = Tooltip_Webbing,
        MaxItemSize = 1.3,
    }

    item Bag_ALICE_BeltSus_Green_MOD
    {
        DisplayName = ALICE Belt and Suspenders MOD,
        DisplayCategory = Bag,
        Type = Container,
        Icon = Webbing,
        BodyLocation = WebbingChestRig,
        CanBeEquipped = WebbingChestRig,
        Capacity = 8,
        CloseSound = CloseCargoVest,
        EquipSound = EquipAliceBelt,
        OpenSound = OpenCargoVest,
        PutInSound = StoreItemCargoVest,
        WeightReduction = 90,
        ClothingItem = Bag_ALICE_BeltSus_Green,
        WorldStaticModel = ALICE_BeltSus_Ground,
        AttachmentsProvided = SmallBeltLeft;SmallBeltRight;WebbingRight;WebbingLeft,
        Tags = ReloadFastMagazines;IgnoreZombieDensity;HasMetal;IsFireFuel,
        Tooltip = Tooltip_Webbing,
        MaxItemSize = 1.3,
    }
	
    item Bag_ChestRig_MOD
    {
        
        DisplayName = Chest Rig MOD,
        DisplayCategory = Bag,
        Type = Container,
        Icon = ChestRig,
        BodyLocation = WebbingChestRig,
        CanBeEquipped = WebbingChestRig,
        Capacity = 8,
        CloseSound = CloseCargoVest,
        OpenSound = OpenCargoVest,
        PutInSound = StoreItemCargoVest,
        WeightReduction = 90,
        ClothingItem = Bag_ChestRig,
        WorldStaticModel = ALICE_BeltSus_Ground,
        Tags = ReloadFastMagazines;IgnoreZombieDensity;IsFireFuel;IsFireTinder,
        Tooltip = Tooltip_Webbing,
        MaxItemSize = 1.3,
    }
}